<%@LANGUAGE="VBSCRIPT"%> <% Dim rec1__MMColParam rec1__MMColParam = "1" if(Request.QueryString("id") <> "") then rec1__MMColParam = Request.QueryString("id") %> <% set rec1 = Server.CreateObject("ADODB.Recordset") rec1.ActiveConnection = "dsn=complain;" rec1.Source = "SELECT * FROM " & replace(Request.Querystring("Table"), "'", "''") & " WHERE id = " + Replace(rec1__MMColParam, "'", "''") + "" rec1.CursorType = 0 rec1.CursorLocation = 2 rec1.LockType = 3 rec1.Open rec1_numRows = 0 %> Complaint Number: <%=(rec1.Fields.Item("id").Value)%> - <%=(rec1.Fields.Item("subject").Value)%>



Why Complaining Is Important, and what else you can do...

MORE >>>



Learn how to fight back by lobbying!

MORE >>>

Visit Our Sponsors:

 

 

 

 

[ Back To List ] - [ ">Post Your Complaint In This Section ] - [ Home ]

Posted By: "><%=(rec1.Fields.Item("name").Value)%>

Subject: <%=(rec1.Fields.Item("subject").Value)%>

Complaint:

<%=(rec1.Fields.Item("complaint").Value)%>



Home Instructions Media Our Mission